SPREAD for WPF 4.0J - GcSpreadSheet
DumpConditions メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Conditional 名前空間 > ConditionalObjects<TItem,TObject,TExecutedResult> クラス : DumpConditions メソッド
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
指定したセル範囲に属するすべての条件を取得します。
シンタックス
'宣言
 
Public Function DumpConditions( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer _
) As ConditionalObjects.Condition(Of TItem,TObject,TExecutedResult)()
public ConditionalObjects.Condition<TItem,TObject,TExecutedResult>[] DumpConditions( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2
)

パラメータ

row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。

戻り値の型

指定したセル範囲のすべての条件を表すConditionalObjects.Condition<TItem,TObject,TExecutedResult>の配列。
参照

ConditionalObjects<TItem,TObject,TExecutedResult> クラス
ConditionalObjects<TItem,TObject,TExecutedResult> メンバ